Skip to content

Conversation

@stephenfin
Copy link
Contributor

We are currently seeing failures in this step. Based on what we are able to collect, it seems the gathering of load balancers is the issue. We do not have enough context to figure out what is going on, so remove the steps for now so we can debug later.

This is currently causing failures. We do not have enough context to
figure out what is going on, so remove the steps for now so we can debug
later.

Signed-off-by: Stephen Finucane <[email protected]>
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 13, 2025
@openshift-ci openshift-ci bot requested review from gryf and mandre October 13, 2025 11:11
@stephenfin
Copy link
Contributor Author

/pj-rehearse pull-ci-openshift-csi-operator-main-e2e-openstack-cinder-csi

@openshift-ci-robot
Copy link
Contributor

@stephenfin: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@stephenfin: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-okd-machine-os-release-4.9-e2e-openstack openshift/okd-machine-os presubmit Registry content changed
pull-ci-openshift-okd-machine-os-release-4.8-e2e-openstack openshift/okd-machine-os presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-master-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.22-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.21-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.20-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.19-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.18-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.17-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.16-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.15-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.14-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.13-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.12-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.11-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.10-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-release-4.9-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-sandbox-release-4.17-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-ovn-kubernetes-sandbox-release-4.16-e2e-openstack-ovn openshift/ovn-kubernetes presubmit Registry content changed
pull-ci-openshift-cluster-autoscaler-operator-main-e2e-openstack-periodic-pre openshift/cluster-autoscaler-operator presubmit Registry content changed
pull-ci-openshift-cluster-autoscaler-operator-release-4.22-e2e-openstack-periodic-pre openshift/cluster-autoscaler-operator presubmit Registry content changed
pull-ci-openshift-cluster-autoscaler-operator-release-4.21-e2e-openstack-periodic-pre openshift/cluster-autoscaler-operator presubmit Registry content changed
pull-ci-openshift-cluster-autoscaler-operator-release-4.20-e2e-openstack-periodic-pre openshift/cluster-autoscaler-operator presubmit Registry content changed
pull-ci-openshift-cluster-autoscaler-operator-release-4.19-e2e-openstack-periodic-pre openshift/cluster-autoscaler-operator presubmit Registry content changed
pull-ci-openshift-cluster-autoscaler-operator-release-4.18-e2e-openstack-periodic-pre openshift/cluster-autoscaler-operator presubmit Registry content changed

A total of 1129 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

Copy link
Member

@mandre mandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

# load balancers

openstack loadbalancer list -f json \
| jq --arg CLUSTER_NAME "$CLUSTER_NAME" 'map(select(.name | test($CLUSTER_NAME)))' \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it have been map(select(.Name | test($CLUSTER_NAME))) with uppercase Name? For when we restore the additional log gathering.

Let's drop the change for now since it's causing the CI to fail.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I think name is correct. This works locally for me.

❯ openstack loadbalancer list -f json | jq --arg CLUSTER_NAME "phbbp-hchsv" 'map(select(.name | test($CLUSTER_NAME)))'
[
  {
    "id": "1dc263eb-0505-4a2b-af2c-c5a1d4dae968",
    "name": "kube_service_autoscaling-phbbp-hchsv_openshift-ingress_router-default",
    "project_id": "0693e2bb538c42b79a49fe6d2e61b0fc",
    "vip_address": "10.0.0.167",
    "provisioning_status": "ERROR",
    "operating_status": "OFFLINE",
    "provider": "amphora"
  }
]

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 13, 2025
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 13, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mandre, stephenfin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 13, 2025

@stephenfin: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/csi-operator/main/e2e-openstack-cinder-csi 5b4590f link unknown /pj-rehearse pull-ci-openshift-csi-operator-main-e2e-openstack-cinder-csi

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@stephenfin
Copy link
Contributor Author

The rehearsal failed but the relevant step passed, so...

/pj-rehearse ack

@openshift-ci-robot
Copy link
Contributor

@stephenfin: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Oct 13, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 0776a4f into openshift:master Oct 13, 2025
10 of 11 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the openstack-gather-less branch October 13, 2025 14:01
tbuskey pushed a commit to tbuskey/release that referenced this pull request Oct 14, 2025
This is currently causing failures. We do not have enough context to
figure out what is going on, so remove the steps for now so we can debug
later.

Signed-off-by: Stephen Finucane <[email protected]>
abhay-nutanix pushed a commit to abhay-nutanix/release that referenced this pull request Oct 16, 2025
This is currently causing failures. We do not have enough context to
figure out what is going on, so remove the steps for now so we can debug
later.

Signed-off-by: Stephen Finucane <[email protected]>
wangke19 pushed a commit to wangke19/release that referenced this pull request Oct 16, 2025
This is currently causing failures. We do not have enough context to
figure out what is going on, so remove the steps for now so we can debug
later.

Signed-off-by: Stephen Finucane <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants